net render meaning in Chinese
网络渲染
Examples
- After asp . net renders the current page , it performs the appropriate pagination
Asp . net呈现当前页后,执行适当的分页。 - To specify whether asp . net renders markup that complies with xhtml standards , configure the
若要指定asp . net是否呈现符合xhtml标准的标记,请配置应用程序的web . config文件中的 - When the control runs in the mobile web page , asp . net renders the contents of the template in place of the default markup for the control
当控件在移动web窗体页中运行时, asp . net页框架呈现模板的内容,而不是控件的默认代码。 - Asp . net web pages can be requested from any browser or client device , and asp . net renders markup such as html to the requesting browser
可以从任何浏览器或客户端设备请求asp . net网页, asp . net会向请求浏览器呈现标记(例如html ) 。 - As a rule , you can use the same page for multiple browsers , because asp . net renders the appropriate markup for the browser making the request
通常,您可以对多个浏览器使用相同的页,因为asp . net会为发出请求的浏览器呈现适当的标记。